home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part2 / 11146 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  686 b 

  1. Path: news2.noc.netcom.net!news
  2. From: Tarang Deshpande <tarang@willows.com>
  3. Newsgroups: comp.lang.c
  4. Subject: Re: How to make it BEEP ?
  5. Date: Wed, 20 Mar 1996 08:53:33 -0800
  6. Organization: NETCOM Network Operations
  7. Message-ID: <3150380D.1511@willows.com>
  8. References: <4ihuuh$6ul@hatathli.csulb.edu> <4in0ih$o43@zeus.intellinet.com> <4in5r1$j90@druid.borland.com> <4inmv1$ljj@sunburst.ccs.yorku.ca>
  9. NNTP-Posting-Host: daffy.willows.com
  10. Mime-Version: 1.0
  11. Content-Type: text/plain; charset=us-ascii
  12. Content-Transfer-Encoding: 7bit
  13. X-Mailer: Mozilla 2.0GoldB1 (Win95; I)
  14.  
  15. Shahed A. Quazi wrote:
  16. > C function on unix that I can use to make a beep sound. 
  17.  
  18. You could use printf ( "%c", 0x07 );
  19.